home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / wics.zip / DEMORC.H < prev    next >
C/C++ Source or Header  |  1993-02-28  |  1KB  |  45 lines

  1. #ifndef _DEMORC_H
  2. #define _DEMORC_H
  3.  
  4. #include "c:\borlandc\owl\include\owlrc.h"
  5. #include "c:\develop\wics\include\wics.h"
  6.  
  7. #define CM_SELECTCOLOR        102
  8. #define    CM_HELPINDEX        103
  9. #define CM_ABOUT            104
  10. #define CM_USINGHELP        105
  11. #define CM_GETTINGSTARTED    106
  12. #define CM_BOLD                107
  13. #define CM_ITALIC            108
  14. #define CM_FONTCHANGED        114
  15. #define CM_FONTSIZECHANGED    115
  16. #define CM_OPEN                116
  17. #define CM_NEW                117
  18. #define CM_CHANGEFONT        118
  19. #define CM_FIND                119
  20. #define CM_REPLACE            120
  21. #define CM_DIALOG            121
  22.  
  23. #define ID_LOGO                100
  24. #define ID_FONTSELECT        100
  25. #define ID_HIERARCHY        101
  26. #define ID_REVENUEDIAL        102
  27. #define ID_EXPENSEDIAL        103
  28. #define ID_REVENUEPERCENT    104
  29. #define ID_EXPENSEPERCENT    105
  30. #define ID_REVENUE            106
  31. #define ID_EXPENSE            107
  32. #define ID_PERCENTBAR        108
  33. #define ID_ACCOUNTNAME        109
  34. #define ID_TRANSACTIONDATE    110
  35. #define ID_TRANSACTIONTIME    111
  36.  
  37. #define SAMPLE_DIALOG        100
  38.  
  39. #define    DEMO_MENU            100
  40. #define DEMO_ICON            100
  41. #define FILE_ICON            110
  42.  
  43. #endif
  44.  
  45.